home *** CD-ROM | disk | FTP | other *** search
/ Alde ADA 5 #1 / ADA CD-ROM - Alde Publishing.iso / cm / expert.sid < prev    next >
Encoding:
Text File  |  1988-05-03  |  3.5 KB  |  76 lines

  1. --= SID = SIMTEL20 Ada Software Repository Item Description File = SID =--
  2. -- UNIT NAME         : EXPERT
  3. -- VERSION           : 1.0
  4. -- REVIEW CODE       : 
  5. -- DDN ADDRESS       : N/A
  6. -- AUTHOR            : Alan McDonley
  7. --                   : Texas Instruments
  8. -- COPYRIGHT         : 
  9. -- DATE CREATED      : 11 Sep 85
  10. -- DATE RELEASED     : 3 Dec 85
  11. -- DATE LAST UPDATED : 3 Dec 85
  12. -- LOCATION          : ASR
  13. -- ENVIRONMENT       : VAX 11/785, VMS 4.1, DEC Ada
  14. --= CLASSIFICATION       ===============================================--
  15. -- CATEGORY LEVEL 1  : Artificial Intelligence
  16. -- CATEGORY LEVEL 2  : Expert Systems
  17. -- CATEGORY LEVEL 3  : 
  18. -- CATEGORY LEVEL 4  : 
  19. -- KEYWORD           : Expert System
  20. -- KEYWORD           : Artificial Intelligence
  21. -- INDEX             : Expert Systems
  22. -- INDEX             : Systems, Expert
  23. -- INDEX             : AI
  24. -- INDEX             : Artificial Intelligence
  25. -- INDEX             : Intelligence, Artificial
  26. -- INDEX             : Goal-Driven System
  27. -- INDEX             : Systems, Goal-Driven
  28. -- TAXONOMY          : 
  29. -- DEPENDENCIES      : 
  30. -- SEE ALSO          : 
  31. --= FILE LISTING         ===============================================--
  32. -- FILE SPECS        : PD:<ADA.AI>EXPERT.*
  33. -- DIRECTORY DISPLAY :
  34. -- Directory   PD:<ADA.AI>
  35. --      File Name     Byte Count  Line Count
  36. --   ---------------  ----------  ----------
  37. --   EXPERT.ADA            36105        1048
  38. --   EXPERT.DAT              890          28
  39. --   EXPERT.PRO             3368          69
  40. --   ===============  ==========  ==========
  41. --     3 Files             40363        1145
  42. --= ABSTRACT             ===============================================--
  43. --         EXPERT  is  a  backward chaining or goal driven expert system.
  44. -- It is based on two articles, first Sept 1981 BYTE (Duda and  Gaschnig)
  45. -- published  the  expert  system in BASIC skirting the use of recursion,
  46. -- second Jan/Feb 85 issue of JOURNAL OF PASCAL,ADA, & MODULA-2  (Darrell
  47. -- Morgeson)  published  in  Modula-2  with  recursion  implemented.  The
  48. -- listing had one logic error which caused pointer explosion on the last
  49. -- hypothesis  in  the  GETRULE routine.  This implementation follows the
  50. -- MODULA-2 design completely and was not designed from the ground up  in
  51. -- Ada.
  52. --= REVISION HISTORY     ===============================================--
  53. --
  54. -- DATE         VERSION    AUTHOR                  HISTORY
  55. -- 12/3/85      1.0     Alan McDonley           Initial Release
  56. --= RELEASE NOTICE       ===============================================--
  57. --
  58. -- This prologue must be included in all copies of this software.
  59. --
  60. -- This software is released to the Ada community.
  61. -- This software is released to the Public Domain (note:
  62. --   software released to the Public Domain is not subject
  63. --   to copyright protection).
  64. -- Restrictions on use or distribution:  NONE
  65. --= DISCLAIMER           ===============================================--
  66. --    This software and its documentation are provided "AS IS" and
  67. -- without any expressed or implied warranties whatsoever.  No warranties
  68. -- as to performance, merchantability, or fitness for a particular
  69. -- purpose exist.
  70. --    The user is advised to test the software thoroughly before
  71. -- relying on it.  The user must assume the entire risk and liability of
  72. -- using this software.  In no event shall any person or organization of
  73. -- people be held responsible for any direct, indirect, consequential or
  74. -- inconsequential damages or lost profits.
  75. --======================================================================--
  76.